threading out meaning in English
穿出
Examples
- Is also used to break threads out of operations like
还用于使线程跳出 - Wakes a thread out of any wait it might be in and causes a
将线程从它可能处于的任何等待中唤醒,并在目标线程中引发 - Breaks another thread out of its suspended state and causes it to resume execution
会中断另一线程的挂起状态并使之继续执行。与 - Can be used to break a thread out of blocking operations such as waiting for access to a synchronized region of code
可用于使线程跳出阻止操作(如等待访问同步代码区域) 。 - Breaks another thread out of the suspend state and causes the thread to resume execution , regardless of how many times
均会使另一个线程脱离挂起状态,并导致该线程继续执行。